home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / ixemul / sdk / man / cat3 / labs.0 < prev    next >
Encoding:
Text File  |  1998-06-15  |  757 b   |  26 lines

  1.  
  2. LABS(3)                    UNIX Programmer's Manual                    LABS(3)
  3.  
  4. NNAAMMEE
  5.      llaabbss - return the absolute value of a long integer
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssttddlliibb..hh>>
  9.  
  10.      _l_o_n_g
  11.      llaabbss(_l_o_n_g _j)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The llaabbss() function returns the absolute value of the long integer _j.
  15.  
  16. SSEEEE AALLSSOO
  17.      abs(3),  floor(3),  cabs(3),  math(3)
  18.  
  19. SSTTAANNDDAARRDDSS
  20.      The llaabbss() function conforms to ANSI C3.159-1989 (``ANSI C'').
  21.  
  22. BBUUGGSS
  23.      The absolute value of the most negative integer remains negative.
  24.  
  25. BSD Experimental                 June 29, 1991                               1
  26.